home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / NVU 0.50 for Windows / nvu-0.50-win32-installer-full.exe / {app} / defaults / profile / panels.rdf < prev    next >
Encoding:
Extensible Markup Language  |  2004-01-14  |  772 b   |  26 lines

  1. <?xml version="1.0"?> <!-- -*- Mode: SGML -*- -->
  2.  
  3. <!--
  4.  
  5.   These are the panels that will be displayed in the sidebar.
  6.  
  7. -->
  8. <!DOCTYPE RDF SYSTEM "chrome://communicator/locale/sidebar/local-panels.dtd">
  9.  
  10. <RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  11.          xmlns:NC="http://home.netscape.com/NC-rdf#">
  12.  
  13.   <RDF:Description about="urn:sidebar:current-panel-list">
  14.     <NC:panel-list>
  15.       <RDF:Seq>
  16.         <RDF:li resource="urn:sidebar:panel:site-manager"/>
  17.       </RDF:Seq>
  18.     </NC:panel-list>
  19.     <NC:version>0.1</NC:version>
  20.   </RDF:Description>
  21.   <RDF:Description about="urn:sidebar:panel:site-manager">
  22.     <NC:title>Nvu Site Manager</NC:title>
  23.     <NC:content>chrome://editor/content/sitemanager.xul</NC:content>
  24.   </RDF:Description>
  25. </RDF:RDF>
  26.